getSessionId

abstract fun getSessionId(): String

Gets the session identifier associated with this event.

A session ID groups related events, often corresponding to a user's single period of interaction with the application or a specific operational cycle.

Return

The non-null session ID string for this event.